home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Ss-Sz
/
Surf.cpt
/
SurfHelp
/
background_2706.txt
< prev
next >
Wrap
Text File
|
1987-11-21
|
3KB
|
156 lines
-- background: 2706 from stack: in
-- bmap block id: 6375
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openbackground
show menuBar
end openbackground
-- part 2 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=36 top=58 right=79 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 2
-- text size: 14
-- style flags: 256
-- line height: 18
-- part name:
-- part 1 (field)
-- low flags: 01
-- high flags: 4000
-- rect: left=36 top=84 right=293 bottom=470
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 51 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=24 top=295 right=312 bottom=124
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: map coords
-- part 67 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=8 top=322 right=342 bottom=100
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: General Help
----- HyperTalk script -----
on mouseUp
go to card id 3047
end mouseUp
-- part 68 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=205 top=322 right=342 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Script Info
----- HyperTalk script -----
on mouseUp
go to card id 4394
end mouseUp
-- part 69 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=418 top=322 right=342 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Exit
----- HyperTalk script -----
on mouseUp
visual dissolve
pop card
end mouseUp
-- part 70 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=213 top=291 right=317 bottom=247
-- title width / last selected line: 0
-- icon id / first selected line: 19381 / 19381
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
get the number of this card
if it = 1 then exit mouseup
visual effect wipe right
go to previous card
end mouseUp
-- part 71 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=254 top=291 right=317 bottom=288
-- title width / last selected line: 0
-- icon id / first selected line: 22308 / 22308
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
get the number of this card
if it = the number of cards then exit mouseup
visual effect wipe left
go to next card
end mouseUp